package com.om.sharingwithoutguarding; public class ObjectWithValue { private int value; public void incrementValue() { ++value; } public int getValue() { return value; } }
You need to enable Javascript in your browser to edit pages.
help on how to format text